#gallery {
	margin:-12px auto;
	height:370px;
	overflow:hidden;
	z-index:1;
}
.container_image {
	margin:0 auto;
	position:relative;
	width:100%;
}
.roundabout-holder {
	width:100%;
	height:370px;
	margin:0 auto
}
.roundabout-moveable-item {
	width:500px;
	height:340px;
	cursor:pointer;
	position:relative;
	
}

.roundabout-in-focus .gallery-txt{ display:block;}
.roundabout-moveable-item a{color:#fff;}
.gallery-txt{ display:none; position:absolute; bottom:0px; background:url(../images/homebg7.png) no-repeat;width:420px; height:110px; left:50%; margin-left:-210px; color:#fff; text-align:center; font-size:22px;}
.gallery-txt span{ display:block; padding-top:13px; }
.gallery-txt p{color:aliceblue; text-align:left; font-size:14px; margin-left:40px; margin-right:40px; margin-top:5px; line-height:22px;}
.roundabout-moveable-item img {
	width:100%;
	 height:100%;
	 border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px
}
.roundabout-in-focus {
	
}
